@charset "UTF-8";

@font-face {
  font-family: "boalt-law";
  src:url("boalt-law.eot");
  src:url("boalt-law.eot?#iefix") format("embedded-opentype"),
    url("boalt-law.woff") format("woff"),
    url("boalt-law.ttf") format("truetype"),
    url("boalt-law.svg#boalt-law") format("svg");
  font-weight: normal;
  font-style: normal;

}

[class^="boalt-icon-"]:before,
[class*=" boalt-icon-"]:before {
  font-family: "boalt-law" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.boalt-icon-angle-down:before {
  content: "V";
}
.boalt-icon-angle-left:before {
  content: "<";
}
.boalt-icon-angle-right:before {
  content: ">";
}
.boalt-icon-angle-up:before {
  content: "^";
}
